home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 2000 January
/
Macworld (2000-01).dmg
/
Updaters
/
DirXtra HTML204
/
xtradoc.dir
/
00006_Script_6
< prev
next >
Wrap
Text File
|
1999-02-22
|
579b
|
23 lines
on link str
puppetsound "time"
updatestage
htmldolinkabs "html", str
htmlgetmeta
end
on shapechange id
global ghandcursor
case id of
-1: -- mouse left the sprite
cursor -1 -- switch the cursor to the standard mouse cursor
0: -- over an empty area
cursor 1 -- switch to I-beam cursor
1: -- over text area
cursor 1 -- switch to I-beam cursor
2: -- over link area
cursor ghandcursor -- switching to pointing hand cursor
3: -- over scroll area
cursor -1 -- switch to standard cursor
end case
end